home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web25 / Tutorial 3 / Tutorial 3 Review / sunny.css < prev   
Cascading Style Sheet File  |  2011-02-10  |  1KB  |  28 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 3
  4.    Review Assignment
  5.  
  6.    Sunny Acres Holiday Festival Style Sheet
  7.    Author: Brianna Ruotsala
  8.    Date: 2/9/2011   
  9.  
  10.    Filename:         sunny.css
  11.    Supporting Files: greenbar.jpg
  12.    
  13.  
  14. */
  15. body    {background color: white; font-family: Arial, Helvetica, sans-serif; margin: 0 px}
  16. h1        {border-bottom: 3px solid green; margin: 0px}
  17. h2        {padding-left: 5px; letter-spacing: 7px}
  18. h3        {width: 200px; padding-left: 5px; letter-spacing: 7px}
  19. address    {text-align: center; font-size: 8pt; color: rgb(0, 154, 0);padding-top: 5px; border-top: 3px solid green}
  20. a        {display: block; text-decoration:none; width: 180px; margin: 5px; padding: 5px; background-color: rgb(255, 215, 71); border-width: 1px  3px 3px 1px; border-style: solid; border-color: black}
  21.  
  22.  
  23. #outer    {width: 770px}
  24. #inner    {margin-left: 225px; padding-left: 10px}
  25. #photobox {float: right; text-align: center; border-style: solid; font-style: italic; font-size: 8pt; background-color: rgb(255, 215, 71); margin: 10px 0px 10px 10px; border-width: 1px 4px 4px 1px; display: block}
  26. #links    {float: left}
  27.  
  28.